GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / GetPageImageSize Method





In This Topic
GetPageImageSize Method (GdPicturePDF)
In This Topic
Syntax
'Declaration
 
Public Function GetPageImageSize( _
   ByVal ImageIdx As Integer, _
   ByRef Width As Integer, _
   ByRef Height As Integer _
) As GdPictureStatus
public GdPictureStatus GetPageImageSize( 
   int ImageIdx,
   ref int Width,
   ref int Height
)
public function GetPageImageSize( 
    ImageIdx: Integer;
   var  Width: Integer;
   var  Height: Integer
): GdPictureStatus; 
public function GetPageImageSize( 
   ImageIdx : int,
   Width : int,
   Height : int
) : GdPictureStatus;
public: GdPictureStatus GetPageImageSize( 
   int ImageIdx,
   ref int Width,
   ref int Height
) 
public:
GdPictureStatus GetPageImageSize( 
   int ImageIdx,
   int% Width,
   int% Height
) 

Parameters

ImageIdx
Width
Height
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members